Skip to content

Instantly share code, notes, and snippets.

@twobob
twobob / Version 25H2 (OS Build 26200.6899).txt
Last active April 2, 2026 14:02
# Disable Telemetry Scheduled Tasks # Run as Administrator
Open a POWERSHELL window as admin and run the following then choose y (Yoiu can change it back after if you want)
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
Execution Policy Change
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose
you to the security risks described in the about_Execution_Policies help topic at
https:/go.microsoft.com/fwlink/?LinkID=135170. Do you want to change the execution policy?
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "N"): y
@ExeRSolver
ExeRSolver / boatEyeSensitivitiesv1_16.txt
Last active April 2, 2026 13:59
Boat eye sensitivities 1.13+
First column: sensitivity (this is what you should copy to your options file)
Second column: minimum angle increment
Third column: maximum angle before massive floating point rounding errors occur (bigger=better)
Fourth column: A measure of resistance to floating point rounding errors for angles less than the maximum in column 3 (bigger=better). Note that all sensitivities listed here are very resistant to floating point rounding errors for angles less than the maximum in column 3, so the fourth column should only be used as a tiebreaker when deciding which sensitivity to use.
0.004676729 0.01000976552337975 4096 5
0.0046767294 0.010009765564749765 4096 8
0.00467673 0.010009765606119778 4096 25
0.0046767304 0.010009765647489795 4096 21
0.004676731 0.010009765688859808 4096 8
@GOROman
GOROman / CRSFProtocol.md
Last active April 2, 2026 13:59
ExpressLRS / CRSF Protocol 解析メモ
@evalstate
evalstate / mcp-install.ps1
Created December 12, 2024 10:22
Powershell Script to install a Node packaged MCP Server for Claude Desktop
param(
[Parameter(Mandatory=$true)]
[string]$PackageName
)
Write-Host "Starting installation process for $PackageName..."
# Check Claude Desktop folder
Write-Host "Checking Claude Desktop installation..."
$claudeFolder = Join-Path $env:APPDATA "Claude"
@kettanaito
kettanaito / README.md
Last active April 2, 2026 13:51
Publishing to npm in 2026

Prerequisites

  • Use Node.js v24. Trusted Publishing does not work on earlier versions of Node.js.

Steps

  1. Go to "Account > Access Tokens" and click "Generate Access Token".
  2. Give the new token "read and write" persmissions to "All packages".
  3. If you have 2FA enabled on npm (which you should), check the "Bypass 2FA" checkbox neatly hidden in the UI. Otherwise, npm will fail with an error demanding an OTP during automatic publishing.
  4. Create the token.
@hryvinskyi
hryvinskyi / README.md
Last active April 2, 2026 13:51
gist-magento-module-quote-246.patch

Fix File Custom Option Processing via REST/SOAP API

Backport of mage-os/mageos-magento2#210 for Magento 2.

Problem

File-type custom options cannot be submitted through the REST/SOAP API when adding products to cart. The CustomOptionProcessor does not handle file_info data from API requests, and there is no validation to prevent file uploads on non-file option types.

What the Patch Does

@minimaxir
minimaxir / CLAUDE.md
Created January 2, 2026 01:57
Rust CLAUDE.md (20260101)

Agent Guidelines for Rust Code Quality

This document provides guidelines for maintaining high-quality Rust code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes:

From Zero to OpenClaw on Proxmox LXC (Debian 13): A Real-World Build Log

I wanted a self-hosted OpenClaw deployment on Proxmox, reachable on my LAN, with:

  • Gemini API key support
  • Gemini CLI OAuth (Google AI Pro)
  • Telegram bot integration
  • Brave Search API integration
  • Browser tool support in an LXC
  • OpenRouter free model option (without Gemini CLI install)
@Villanuevand
Villanuevand / README-español.md
Last active April 2, 2026 13:36
Una plantilla para hacer un buen README.md. Inspirado en el gist de @PurpleBooth => https://gist.github.com/PurpleBooth/109311bb0361f32d87a2

Título del Proyecto

Acá va un párrafo que describa lo que es el proyecto

Comenzando 🚀

Estas instrucciones te permitirán obtener una copia del proyecto en funcionamiento en tu máquina local para propósitos de desarrollo y pruebas.

Mira Deployment para conocer como desplegar el proyecto.

# ============================================
# Ghostty Terminal - Complete Configuration
# ============================================
# File: ~/.config/ghostty/config
# Reload: Cmd+Shift+, (macOS)
# View options: ghostty +show-config --default --docs
# --- Typography ---
font-family = "Maple Mono NF CN"
font-size = 14